home *** CD-ROM | disk | FTP | other *** search
- Path: oasys.dt.navy.mil!not-for-mail
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Developing an AREXX interface?
- Message-ID: <4bp0dpINN8oe@oasys.dt.navy.mil>
- From: matulich@oasys.dt.navy.mil (Alex Matulich)
- Date: 26 Dec 1995 09:21:45 -0500
- Reply-To: matulich@oasys.dt.navy.mil (Alex Matulich)
- Expires: 15 Feb 1996 11:00:00 GMT
- References: <4bitob$ie1$1@sydney.DIALix.oz.au>
- <Magpie819849909Ian@sirdar.demon.co.uk>
- Organization: Carderock Division, NSWC, Bethesda, MD
- NNTP-Posting-Host: oasys.dt.navy.mil
-
- In comp.sys.amiga.programmer, Ian Parkinson <Ian@sirdar.demon.co.uk> writes:
- >In article <4bitob$ie1$1@sydney.DIALix.oz.au> David Nelson wrote:
- >> How do you build an AREXX interface into an application? Is it
- >> difficult? Is there documentation anywhere here on the 'net?
- >>
- >> If the answer is too lengthy/detailed/boring, you can mail me.
- >
- >.. and mail me, too, please!
-
- There is a nice utility called ARexxBox, which lets you set up all the
- ARexx commands your program will respond to, and writes out code for
- you in two modules: one that you don't have to understand, and another
- with empty functions that you have to customize. ARexxBox requires an
- understanding of ARexx argument types, but it's easy to use, and the
- code it creates is easy to modify for your needs.
-
- Once done, you will have to link this code to your program. Then you
- will have the capability to respond to ARexx commands, and execute ARexx
- scripts from your program. There is no provision for direct ARexx
- communication from your program to another; you have to do it by
- executing a script from your software. However, other programs can
- communicate directly with yours.
-
- --
- Alex Matulich
- matulich_a@seaa.navsea.navy.mil
- matulich@oasys.dt.navy.mil
-